/**** Fonts for website *****/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular-1.eot') format('embedded-opentype'), 
  url('fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('fonts/glyphicons-halflings-regular.bin') format('truetype');
}
a_LCDNova
@font-face {
    font-family: 'Digital7';
    src: url('fonts/webfonts/Digital-7.bin') format('truetype'),
    url('fonts/webfonts/Digital-7.woff') format('woff');
}
@font-face {
    font-family: 'a_LCDNova';
    src: url('fonts/webfonts/a_LCDNova.bin') format('truetype'),
    url('fonts/webfonts/a_LCDNova.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSansC-Bold';
	src: url('fonts/webfonts/OfficinaSansC-Bold.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSansC-Bold.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSansC-BoldItalic';
	src: url('fonts/webfonts/OfficinaSansC-BoldItalic.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSansC-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSansC-BookItalic';
	src: url('fonts/webfonts/OfficinaSansC-BookItalic.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSansC-BookItalic.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSansC-Book';
	src: url('fonts/webfonts/OfficinaSansC-Book.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSansC-Book.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSerifC-Bold';
	src: url('fonts/webfonts/OfficinaSansC-Book.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSansC-Book.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSerifC-Bold';
	src: url('fonts/webfonts/OfficinaSerifC-Bold.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSerifC-Bold.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSerifC-BoldItalic';
	src: url('fonts/webfonts/OfficinaSerifC-BoldItalic.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSerifC-BoldItalic.woff') format('woff');
}

@font-face {
	font-family: 'OfficinaSerifC-Book';
	src: url('fonts/webfonts/OfficinaSerifC-Book.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSerifC-Book.woff') format('woff');
}
@font-face {
	font-family: 'OfficinaSerifC-BookItalic';
	src: url('fonts/webfonts/OfficinaSerifC-BookItalic.bin') format('truetype'),
	url('fonts/webfonts/OfficinaSerifC-BookItalic.woff') format('woff');
}
@font-face {
	font-family: 'Palantino-BoldItalic';
	src: url('fonts/webfonts/Palantino-BoldItalic.bin') format('truetype'),
	url('fonts/webfonts/Palantino-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'Palantino-Bold';
	src: url('fonts/webfonts/Palantino-Bold.bin') format('truetype');
}
@font-face {
	font-family: 'Palantino-Italic';
	src: url('fonts/webfonts/Palantino-Italic.bin') format('truetype');
}
@font-face {
	font-family: 'Palantino-Regular';
	src: url('fonts/webfonts/Palantino-Regular.bin') format('truetype');
}
@font-face {
	font-family: 'PalatinoLinotype-Bold';
	src: url('fonts/webfonts/PalatinoLinotype-Bold.bin') format('truetype'),
	url('fonts/webfonts/PalatinoLinotype-Bold.woff') format('woff');
}
@font-face {
	font-family: 'PalatinoLinotype-Italic';
	src: url('fonts/webfonts/PalatinoLinotype-Italic.bin') format('truetype'),
	url('fonts/webfonts/PalatinoLinotype-Italic.woff') format('woff');
}
@font-face {
	font-family: 'PalatinoLinotype-Roman';
	src: url('fonts/webfonts/PalatinoLinotype-Roman.bin') format('truetype'),
	url('fonts/webfonts/PalatinoLinotype-Roman.woff') format('woff');
}





/***** General Setting *****/
body{
	margin: 0;
	padding: 0;
}
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
a{
	display: block;
}
p{
	margin-bottom: 5px;
}
header.header-bg {
	background:url('images/rsz_bg-hdr.jpg') no-repeat;
	width: 100%;
	height: 780px;
	padding-bottom: 50px;
	background-size:cover;
	padding-top: 25px;
}
a.logo {
	background:url('images/logo2.png') no-repeat;
	text-decoration: none;
	height: 110px;
	width: 110px;
	float: left;
}
.mouse-anim {
	position: absolute;
	left: 50%;
	bottom: -14px;
}
.mouse-anim span {
display: block;
width: 8px;
height: 8px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-right: 1px solid white;
border-bottom: 1px solid white;
margin: 0 0 1px 7px;
}
.mouse-anim .arrow-1{
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
.mouse-anim .arrow-2{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}
.mouse-anim .arrow-3{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}
.arrow-1, .arrow-2, .arrow-3{
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

@-webkit-keyframes mouse-wheel
{
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-moz-keyframes mouse-wheel
{
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
p.logo-text {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size: 17px;
	margin-top: 30px;
	line-height: 1.5;
	margin-left: 15px;
}
.right-tel {
	float: right;
}
.left-tel {
	float: none;
	margin-top: 35px;

}
.question p {
	font-family: 'OfficinaSansC-BookItalic';
	font-size: 18px !important;
	text-align: justify !important;
	display: none;
	background: none !important;
}
.tel-head {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size: 20px;
	text-align: right;
}
.tel-head span {
	margin-left: 5px;
}
span.tel-head-2 {
	margin-left: 65px;
}
.callback-header {
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	font-size: 28px;
	margin-top: 35px;
	border-bottom: 1px dashed #fff;
}
.title-head, .callback-btn {
	margin-top: 170px;
}
.map iframe {
	border: 3px solid #02cd7a !important;
	width: 610px;
	margin-left: 25px;
	height: 545px;
}
.tel-block {
	margin-top: -20px;
}
.callback-btn {
	text-align: center;
	float: right;
}
.title-head h1 {
	font-family: 'PalatinoLinotype-Bold';
	color: #fff;
	text-transform: uppercase;
	font-size: 56px;
	letter-spacing: 3px;
	line-height: 1.3;
}
.leavecallback-text {
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	font-size: 24px;
	margin-top: 45px;
}
.callback-text {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size: 18px;
	letter-spacing: .6px;
}
.input-tel input {
	width: 90%;
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	text-align: center;
	border: 2.5px solid #fff;
	border-radius: 0px;
	padding-top: 15px;
	font-size: 22px;
	background: transparent;
	padding-bottom: 11px;
}
.srok-slider {
	position: relative;
	z-index:3;
}
span.hint {
	margin-left: 175px;
}
span.hintsum {
	margin-left: 230px;
}
.btn-submit input {
	margin-top: 10px;
	background-color: rgb(2, 205, 122);
	box-shadow: 0px 1px 7.8px 2.2px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	margin-left: 1px;
	border-radius: 0px;
	width: 91.1%;
	border: 1px solid rgb(2, 205, 122);
	font-size: 18px;
	padding: 14px 0 14px 0;
}
.btn-submit:hover {
	color: #fff;
}
i.icon-check {
	background: url('images/checked-icon.png');
	width: 20px;
	height: 20px;
	right: 40px;
    bottom: 15px;
	position: absolute;
}
.btn-submit input:hover {
	color: #fff;
}
.header-text {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size: 20px;
}
.line {
	height: 1px;
	background: #fff;
	width: 120px;
	margin-top: 12px;
	margin-right: 30px;
}
.inline {
	display: inline-flex;
	margin-bottom: 20px;
}
.arrow {
	height: 35px;
	width: 35px;
}
.main-header {
	background: url("images/pod-header.jpg") no-repeat;
	background-position: center;
	background-size:cover;
	width: 100%;
	height: 150px;
	margin-bottom: 60px;
}
.main-head-text {
	font-size: 30px;
	font-family: 'PalatinoLinotype-Bold';
	color: #fff;
	padding-top: 40px;
}
.client-types {
	margin-bottom: 60px;
	margin-top: 60px;

}
.for-client {
	width: 290px;
	box-shadow: 30px 24px 0px #6a6363;
	height: auto;
}
.line-type {
	height: 2px;
	background: #fff;
	width: 70%;
	margin-top: 12px;
	position: absolute;
	z-index: 1;
	margin-right: 30px;
}
.content-type {
	background: url("images/post1.png");
	height: 210px;
	width: 80%;
	margin-top: -40px;
	margin-left: 160px;
}
.content-type h2 {
	color: #fff;
	text-align: center;
	font-family: 'OfficinaSansC-Book';
	font-size: 35px;
	padding-top: 50px;
	text-transform: uppercase;
}
.more-btn {
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-top: 35px;
}
.more-btn:hover {
	color: #fff;
	cursor: pointer;
}
i.icon-more {
	background: url('images/door-icon.png') no-repeat;
	width: 50px;
	height: 70px;
	left: 580px;
	bottom: 42px;
	position: absolute;
}
.more-btn span {
	color: #fff;
	font-size: 16px;
	font-family: 'OfficinaSansC-Book';
}
.for-business, .for-person {
	margin-bottom: 70px;
	margin-top: 20px;
}
.credit-calculator {
	background: url("images/calculator-bg.png") no-repeat;
	width: 100%;
	background-size: cover ;
	height: 850px;
}
.credit-calculator h2 {
	color: #444444;
	padding-top: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'PalatinoLinotype-Bold';
	font-size: 33px;
}
.faq {
	background: url("images/bg-h5.jpg");
	height: auto;
	background-position: center top;
	background-size: cover;
	padding-bottom: 50px;
	width: 100%;
}
.faq h3 {
	font-family: 'PalatinoLinotype-Bold';
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 70px;
	padding-bottom: 50px;
	margin-top: 0;
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a.question {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size:22px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.question p {
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 100px;
}
.question span {
	border-bottom: 1px dashed #fff;
}
.consult {
	background: #02cd7a;
	box-shadow: 0px -2px 16px -4px #777676;
	width: 100%;
	height: 150px;
	padding-top: 60px;
	text-align: center;
}
.consult span {
	color: #fff;
	font-family: 'OfficinaSansC-Book';
	font-size: 24px;
	margin-right: 40px;
}
.btn-manager {
	margin-top: 10px;
	background-color: #fff;
	box-shadow: 0px 1px 7.8px 2.2px rgba(0, 0, 0, 0.1);
	color: #02cd7a;
	font-family: 'OfficinaSansC-Bold';
	margin-left: 1px;
	border-radius: 0px;
	width: 21%;
	margin-top: -10px;
	font-size: 18px;
	padding: 11px 30px 11px 0;
}
.btn-manager:hover {
	color: #02cd7a;
}
.icon-manager {
	background: url('images/manager-icon.png');
	width: 20px;
	height: 20px;
	margin-left: 15px;
	position: absolute;
}
.about-company {
	background: url('images/about-bg.jpg');
	height: 750px;
	width: 100%;
}
.top {
	margin-top: 50px;
}
.top .middle-text {
	font-family: 'OfficinaSansC-Book';
	font-size: 17px;
	color: #393737;
	margin-top: 15px;
	line-height: 1.6;
	margin-right: 30px;
}
.bottom-text {
	font-family: 'OfficinaSansC-Book';
	font-size: 17px;
	color: #393737;
	line-height: 1.6;
	margin-right: 30px;
	margin-top: 40px;
}
.about-company h4 {
	text-align: center;
	padding-top: 100px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'PalatinoLinotype-Bold';
	font-size: 32px;
}
.consult-white {
	width: 100%;
	height: 150px;
	padding-top: 60px;
	text-align: center;
	box-shadow: -4px -1px 22px -4px #c4d2cc;
}
.consult-white span {
	color: #02cd7a;
	font-family: 'OfficinaSansC-Book';
	font-size: 24px;
	margin-right: 40px;
}
.btn-manager-white {
	margin-top: 10px;
	background-color: #02cd7a;
	box-shadow: 0px 1px 7.8px 2.2px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	margin-left: 1px;
	border-radius: 0px;
	width: 21%;
	margin-top: -10px;
	font-size: 18px;
	padding: 11px 30px 11px 0;
}
.btn-manager-white:hover {
	color: #fff;
}
.icon-manager-white {
	background: url('images/manager-icon-white.png');
	width: 20px;
	height: 20px;
	margin-left: 15px;
	position: absolute;
}
.map {
	padding-top: 51px;
	height: 600px;
	text-align: center;
}
.border {
	border: 27px solid #02cd7a;
	width: 45%;
	margin-top: 0px;
	height: 570px;
	display: inline-block;
	padding: 25px;
}
.footer-text {
	background: #fff;
	border:3px solid #02cd7a;
	height: 470px;
	width: 100%;
	display: inline-block;

}
.footer-text h4 {
	font-family: 'OfficinaSansC-Bold';
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #444444;
	text-align: center;
}
.footer-text p {
	font-family: 'OfficinaSansC-Book';
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	letter-spacing: 2px;
}
footer .copyright {
	width: 100%;
	text-align: right;
	height: 150px;
	padding-top: 35px;
}

footer .copyright .developer, footer .copyright p {
	text-align: right;
	color: #292525;
	font-size: 18px;
	font-family: OfficinaSansC-Book;
	line-height: 1.8;
}
.modal-call input[type=text]::-webkit-input-placeholder {
	color: #444444;
}
.modal-call input[type=text]::-moz-placeholder {
	color: #444444;
}
.modal-call input[type=text]:-ms-input-placeholder {
	color: #444444;
}
div.wpcf7 img.ajax-loader {
	margin-left: -16px;
}








	/*CALCULATOR START*/
h4.amount {
	font-family: 'OfficinaSansC-Book';
	font-size: 20px;
	float: left;
}
input.amount {
	border:2px solid #0ac285;
	border-radius: 25px !important;
	padding: 5px 40px 5px 40px;
	float: right;
	color: #0ac285;
	font-family: 'OfficinaSansC-Bold';
	font-size: 22px;
	text-align: center;
	background: transparent;
}
input.amount:focus {
	outline: none;
}
.slider {
	margin-top: 30px;
}
.srok-slider {
	margin-top: 50px;
}
.ui-widget.ui-widget-content {
	border: 1px solid #ffffff !important;
	height: 21px !important;
	background: #e1e1e1 !important;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 2em !important;
	height: 2em !important;
	cursor: pointer !important;
	margin: 12px -10px auto !important;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	margin: 0 1px;
	font-size: 11px;
	opacity: 0.7;
}

.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -1.3em !important;
	border-radius: 25px;
	background: #02cd7a !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 2px solid #fff;
	background: #02cd7a;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}
#slider-srok, #slider-summa {
	width: 690px;
	border-radius: 25px;
}
#slider-srok span:focus, #slider-summa span:focus {
	outline: none;
}
#slider-summa .ui-slider-range {
	background: #15a950;
	border-radius: 25px;
}
#slider-srok .ui-slider-range {
	background: #15a950 !important;
	border-radius: 25px;
}

.ui-slider .ui-slider-handle:focus {
	outline: none;
}
.ui-slider .ui-slider-handle:focus {
	outline: none;
}
 .ui-slider a {

}
.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}
.result-credit {
	background: #0beb8f;
	height:180px;
	margin-top: 50px;
	padding-top: 30px;
}
.calc-month {
    float: right;
    font-size: 24px;
    margin-right: 20px;
}
.calc-month p {
    text-align: center;
    margin-top: 43px;
}
.calc-month p#monthly {
	float: right;
    font-size: 43px;
    margin-right: 43px;
    font-family: a_LCDNova;
    margin-top: 19px;
}

.block p {
	font-family: 'OfficinaSansC-Book';
	font-size: 24px;
	text-align: center;
}
p.sum-total {
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	font-size: 27px;
	text-align: center;
}
.calculator-bg {
	background: url("images/calculator.png") no-repeat;
	background-position: top right;
	width: 1140px;
	height: 800px;
	margin-top: 40px;
	z-index: 1;
	position: absolute;
}
.usloviya {
	position: relative;
	z-index: 2;
}
.usloviya p {
	font-family: 'OfficinaSansC-Book';
	font-size: 22px;
	margin-top: 30px;
	margin-left: 35px;
}
.header-bg div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
    padding: 1.2em 1em;
    width: 90%;
    margin-left: 21px;
    margin-top: 34px;
    padding-bottom: 17px;
} 
.header-bg div.wpcf7-response-output, .header-bg span.wpcf7-not-valid-tip {
	color: #fff;
}
#modal-person div.wpcf7-response-output, #modal-business div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 7.2em 4em;
    width: 100%;
    margin-left: -15px;
    margin-top: 34px;
    padding-bottom: 17px;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
    padding: 1.2em 2em;
    width: 91%;
    margin-left: 20px;
    margin-top: 34px;
    padding-bottom: 17px;
}
span.wpcf7-not-valid-tip {
	text-align: center;
}
.price-slider {
	position: relative;
	z-index: 2;
}
.btn-submit {
	margin-left: 2px;
}
.btn-submit-yes {
	margin-top: 10px;
	margin-left: 20px;
	background-color: rgb(2, 205, 122);
	box-shadow: 0px 1px 7.8px 2.2px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'OfficinaSansC-Bold';
	border-radius: 0px;
	border: none;
	width: 25%;
	font-size: 18px;
	padding: 11px 0 11px 0;
}
.ui-state-active, .ui-slider.ui-widget-content .ui-state-active {
	border: none;
}
/*CALCULATOR END*/

/* Unslider Display None */
.unslider-wrap.unslider-carousel > li{ 
	float: none;
}
.unslider-arrow{
	display: none;
}
.unslider-nav{
	display: none;
}

::-webkit-input-placeholder {color:#fff;font-size: 20px}
::-moz-placeholder          {color:#fff;font-size: 20px}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;font-size: 20px}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;font-size: 20px}

#modal-person1 .default-modal-wrapper {
    background: url(../images/modal-bg.jpg) no-repeat;
}
#modal-business .default-modal-wrapper, #modal-person .default-modal-wrapper, #modal-person1 .default-modal-wrapper {
    max-width: 800px;
    padding-bottom: 70px;
}
#modal-person1 .modal-call {
    width: auto;
    border: none;
    margin: 25px 35px;
}
#modal-person1 .modal-call input[type=text] {
    width: 300px;
    font: 23px 'OfficinaSansC-Book';
    text-align: center;
    height: 60px;
    margin: 0;
}
#modal-person1 .modal-call input[type=submit] {
    border: none;
    border-radius: 0;
    height: 60px;
    width: 325px;
}
#modal-person1 .modal-call-text h5 {
    text-align: left;
}
/**** Header Styles *****/